home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / Data1.cab / lgbus9x.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-06-28  |  3.1 KB  |  83 lines

  1.  
  2. ;*****************************************************************************
  3. ; Name:  lgusb9x.inf (_MOON_)
  4. ;*****************************************************************************
  5. [version]
  6. signature="$CHICAGO$"
  7. Class=USB
  8. ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
  9. Provider=%Provider%
  10. ;CatalogFile = lgdriver.cat
  11. DriverVer=05/26/2005,4.6.0.0
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15.  
  16. ;-----------------------------------------------------------------------------
  17. ; Specify target paths...
  18. ;-----------------------------------------------------------------------------
  19. [DestinationDirs]
  20. DefaultDestDir              = 11                ; LDID_SYS
  21. LGSIWdm.W95.CopyFiles       = 11                ; LDID_SYS
  22. PropPages.CopyFiles         = 11                ; system
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify the install disks.  A bit unwieldy during development.
  26. ;-----------------------------------------------------------------------------
  27. [SourceDisksNames]
  28. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  29. 1=%DiskString%,"lgusb9x.sys",,
  30.  
  31. [SourceDisksFiles]
  32. ; filename = diskid[, [subdir] [, size]]
  33. lgusb9x.sys = 1
  34.  
  35. ;-----------------------------------------------------------------------------
  36. ; Table of Contents:  manufacturer, then devices.
  37. ;-----------------------------------------------------------------------------
  38. [Manufacturer]
  39. %LGSI%=LGSI
  40.  
  41. ;-----------------------------------------------------------------------------
  42. ; The devices
  43. ;-----------------------------------------------------------------------------
  44. [LGSI]
  45. %LGSI.CdcBus.Desc% = LGSIWdm.Install, USB\VID_1004&PID_6000
  46.  
  47. ;-----------------------------------------------------------------------------
  48. ;       How to install the WDM driver on W95/W98
  49. ;-----------------------------------------------------------------------------
  50. [LGSIWdm.Install]
  51. DriverVer=05/26/2005,4.6.0.0
  52. CopyFiles=LGSIWdm.W95.CopyFiles
  53. AddReg=LGSIWdm.AddReg, LGSIWdm.W95.AddReg
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ;       WDM registry entries (W95/98) (including how to start the driver)
  57. ;-----------------------------------------------------------------------------
  58. [LGSIWdm.W95.AddReg]
  59. HKR,,DevLoader,,*ntkern
  60. HKR,,NTMPDriver,,lgbus9x.sys
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ;       The WDM copy list for Win95 -- different because things go in
  64. ;       different places.  Also, we probably need to rename drivers 
  65. ;       during the install.
  66. ;-----------------------------------------------------------------------------
  67. [LGSIWdm.W95.CopyFiles]
  68. lgbus9x.sys
  69.  
  70. ;****************************************************************************
  71. ; Localizable Strings
  72. ;****************************************************************************
  73. [strings]
  74. Provider="LG Electronics Inc."
  75. LGSI="LG Electronics Inc."
  76.  
  77. DiskString="LGE CDMA USB Composite Device Installation disk"
  78. LGSI.CdcBus.Desc="LGE CDMA Composite USB Device"
  79. LGSI.Service.Desc="LGE CDMA Composite USB Device"
  80. CustomerDataPath="LGE USB CDMA Modem"
  81. DriverSet="LGE USB CDMA Modem Software"
  82.  
  83.